**************************************************
SLIDING DOOR THEME FOR WORDPRESS
**************************************************

v1.0 First Version!
v1.1 Small improvements: 
	Comments deleted from category.php, 
	removed ShowRelatedPostsForCurrentPost error" in sidebar
	added sidebar entries
	added comments to pages
	added right and left align tags to css
v1.2	added tag and avatar support
v1.3	added blog title and blog tag line (was hard coded as image)
	made the sliding images automatically point to wordpress categories
	added intelligent CSS to blog title (see below)
v1.4	fixed small bug that gave an unknown character before page comments
	allow multiple images horizontally in post.
v1.5	fixed up some minor CSS formatting issues

**************************************************
HOW TO INSTALL
**************************************************

	Unzip and then then copy the slidingdoor directory  to /wp-content/themes/ in your wordpress installation. Then choose the theme form your wordpress Design menu.
	
**************************************************
HOW TO CUSTOMISE
**************************************************

IMAGES

On the theme homepage (mac-host.com/slidingdoor) you can find the original photoshop files so you can edit the text on the sliding images and the background pictures to suit your own site. You need to upload the finished pictures to: themes/slidingdoor/imagemenu/images

IMAGE URL's

The images by default point to the first 7 wordpress categories. You can change this to point them wherever you wish, but you will need to edit the header.php file. The URL for the first image is in line 47 of the header.php file.  Line 48 contains the link for the second image and so on. 

SITE HEADING

The theme has the ability to have two colours in the blog heading. To use this optional effect you simply need to place square brackets around any words that you want to be darker. For example on my site I have as the blog name "free[wordpress]theme[!]" so the "wordpress" and "!" is darker. This does not effect the page title where the brackets are replaced by spaces.

**************************************************
DESCRIPTION
**************************************************

I found an effect I really liked at phatfusion.com and aaronbirchphotography, which is called image menu. I created a wordpress theme round it called sliding doors.

I also pinched some nice features from Michael Whalan's Elixir theme at whalesalad.com, namely the little comment about how long since the post was made and the groovy search box. 

**************************************************
LICENSE
**************************************************

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.


If you have any questions or comments, check out the support page at http://mac-host.com/support
Wayne